home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / juicebar / 00810.ls < prev    next >
Encoding:
Text File  |  1995-04-07  |  204 b   |  11 lines

  1. on exitFrame
  2.   global reaction
  3.   set reaction to reaction + 1
  4.   if (reaction mod 2) = 0 then
  5.     go("Paintcan.reaction1")
  6.   end if
  7.   if (reaction mod 2) = 1 then
  8.     go("Paintcan.reaction2")
  9.   end if
  10. end
  11.